@import url('https://fonts.googleapis.com/css2?family=Arial:wght@400;500;600;700;800;900&display=swap');


body {
    margin: 0px;
    padding: 0px;
    font-family: 'Arial', 'sans-serif' !important;
}

.link-color-remove,
.link-color-remove:hover {
    text-decoration: none;
    color: black;
}

a{
    text-decoration: none;
}

.title-border {
    border: 1px solid #F05340;
    width: 40px;
    margin: auto;
}

.hot-title {
    font-size: 24px;
    font-weight: 700;
    color: #000000;
}


.subcategory-tab.active {
    color: black !important;
    background-color: #FFF5C2 !important;
    /* here is already by default bootstrap active class color and background color thatswhy i added  important  */
}


@media (max-width:574px){
    .hot-title {
        font-size: 18px;
    }
    .title-border {
        width: 30px;
    }
}
@media (min-width:575px) and (max-width:767px){
    .hot-title {
        font-size: 20px;
    }
    .title-border {
        width: 35px;
    }
}
                     


/* start breadcrumb style  */
.breadcrumb-section{
    margin:30px 0px;
}
.breadcrumb-section .breadcrumb a {
    color: #000000;
    text-decoration: none;
    font-size: 12px;
}

.breadcrumb-item+.breadcrumb-item::before {
    display: none;
}

.breadcrumb-section .breadcrumb .right-fa {
    margin-left: 10px;
}
.bread-home-fafa {
    width: 15px;
    padding: 0px 0px 5px 0px;
}
/* end breadcrumb style  */



/* start Common card style  */
.card-section .card {
    border: 0px solid rgba(0,0,0,.125);
    cursor: pointer;
}
.card-section{
    margin: 0px 10px 25px 10px;
}

.card-section .card-set {
    border: 1px solid #7070709c;
    transition: 0.4s;
    border-radius:5px;  
    padding: 10px; 
}
.card-section .card-set:hover{
    background-color: #f0534008;
}
.card-section .card-body {
    max-height: 100%;
    height: 250px;
    margin: auto;
    justify-content: center;
    align-items: center;
    display: flex;
}
.card-set .product-img {
    transition: 0.4s;
    padding-top: 0px;
    height: 230px;
    width: 100%;
}
.card-set:hover .product-img {
    transform: scale(1.1);
    transform-origin: 50% 50%;
    transition: 0.4s;
}
.offer-card-p{
    font-size: 12px;
    color: white;
    background-color: #F05340;
    width: fit-content;
    padding: 5px 15px;
    border-radius: 15px;
}
.card-section .details{
    margin-top: 20px;
}
.card-section .details .product-name{
    font-size: 16px;
    color: #000;
    margin-bottom: 0px;
}
.card-section .details .details-link{
    text-decoration: none;
    color: #000;
}
.card-section .details .product-price{
    font-size: 14px;
    color: #000;
    margin-bottom: 0px;
}
.card-section .details .product-price span{
    text-decoration:line-through;
    color:grey;
    margin-left:20px;
}
.product-price2{
    font-size: 14px;
    color: #B2B2B2;
    margin-bottom: 0px;
    text-decoration-line: line-through;
}
.product-price3{
    font-size: 18px;
    color: #F05340;
    margin-bottom: 0px;
    margin-left: 10px;
}
.fa-color{
border:1px solid red;
}
.fa-solid {
    color: #F05340;
}
.fa-heart{
    font-size: 25px;
}
.wishlist-div{
    text-align: right;
}

.card  .fa-heart{
    display: none;
}

.card:hover .fa-heart {
    display: block;
}
.card-section .details .shopping-cart-img{
    width: 25px;
}
.card-section .details .shopping-align{
float: right;
}
.shopping-img-align{
    float: right;
}

.card-section .details .color-radio{
    appearance: none;
    width: 15px;
    height: 15px;
    border-radius: 50px;
    margin-left: 5px;
}
.card-section .details .color-radio:checked{
    appearance: none;
    width: 15px;
    height: 15px;
    border-radius: 50px;
    margin-left: 5px;
    border:2px solid orangered;
}
.card-section .details .color1{
    background-color: #34CC67;
    width: 15px;
    height: 15px;
    border-radius: 50px;
    margin-left: 5px;
    
}

.card-section .details .color2{
    background-color: #9F70FF;
    width: 15px;
    height: 15px;
    border-radius:50px;
    margin-left:5px;
}
.card-section .details .color3{
    background-color: #34CC67;
    width: 15px;
    height: 15px;
    border-radius:50px;
    margin-left:5px;
}
.card-section .details .color4{
    background-color: #FFD501;
    width: 15px;
    height: 15px;
    border-radius:50px;
    margin-left:5px;
}
.card-section .details .color5{
    background-color: #FF1313;
    width: 15px;
    height: 15px;
    border-radius:50px;
    margin-left:5px;
}

.add-cart-box{
    border:1px solid #ccc;
    border-radius: 5px;
    width: fit-content;
}
.add-cart-box .minus{
    background-color: #F6F6F6;
    border-right:1px solid #ccc;
    padding: 0px 9px;
    font-size: 17px;  
    border-radius: 5px;  
}
.add-cart-box .add{
    background-color: #F6F6F6;
    border-left:1px solid #ccc;
    padding: 0px 9px;
    font-size: 17px;
    border-radius: 5px;    
}
.add-cart-box .quantity{
    background-color: #fff;
    padding: 0px 15px;
    font-size: 17px;    
}


 .owl-carousel .owl-nav {
    position: absolute;
    right: 0;
    bottom: 103%;
}
 .owl-carousel .owl-nav button {
    display: inline-block;
    width: 30px;
    height: 28px;
    background-color: #000 !important;
    margin-left: 10px;
    transition: .3s;
    border-radius: 5px;
    color: #000;
}
img{
    cursor: pointer;
}
.btn{
    cursor: pointer;
}
.btn:focus{
    box-shadow: none !important;
}

@media (max-width:319px){
    .card-section .details .product-name {
        font-size: 11px;
    }
    .card-section .details .product-price {
        font-size: 11px;
    }
    .card-section .details .shopping-cart-img {
        width: 20px;
    }
    .card-section .card-body {
        height: 150px;
    }
    .card-set .product-img {
        height: 100px;
    }
    .card-section .details .color1{
        width: 8px;
        height: 8px;
        margin-left:2px;
    }
    .card-section .details .color2{
        width: 8px;
        height: 8px;
        margin-left:2px;
    }
    .card-section .details .color3{
        width: 8px;
        height: 8px;
        margin-left:2px;
    }
    .card-section .details .color4{
        width: 8px;
        height: 8px;
        margin-left:2px;
    }
    .card-section .details .color5{
        width: 8px;
        height: 8px;
        margin-left:2px;
    }
}

@media (min-width:320px) and (max-width:484px){
    .card-section .details .product-name {
        font-size: 13px;
    }
    .card-section .details .product-price {
        font-size: 13px;
    }
    .card-section .details .shopping-cart-img {
        width: 20px;
    }
    .card-section .card-body {
        height: 170px;
    }
    .card-set .product-img {
        height: 120px;
    }
    .card-section .details .color1{
        width: 8px;
        height: 8px;
        margin-left:2px;
    }
    .card-section .details .color2{
        width: 8px;
        height: 8px;
        margin-left:2px;
    }
    .card-section .details .color3{
        width: 8px;
        height: 8px;
        margin-left:2px;
    }
    .card-section .details .color4{
        width: 8px;
        height: 8px;
        margin-left:2px;
    }
    .card-section .details .color5{
        width: 8px;
        height: 8px;
        margin-left:2px;
    }

}

@media (min-width:380px) and (max-width:480px){
    .card-section .details .color1{
        width: 12px;
        height: 12px;
        margin-left:2px;
    }
    .card-section .details .color2{
        width: 12px;
        height: 12px;
        margin-left:2px;
    }
    .card-section .details .color3{
        width: 12px;
        height: 12px;
        margin-left:2px;
    }
    .card-section .details .color4{
        width: 12px;
        height: 12px;
        margin-left:2px;
    }
    .card-section .details .color5{
        width: 12px;
        height: 12px;
        margin-left:2px;
    }
}

@media (min-width:485px) and (max-width:574px){
    .card-section .details .product-name {
        font-size: 15px;
    }
    .card-section .details .product-price {
        font-size: 15px;
    }
    .card-section .card-body {
        height: 200px;
    }
    .card-set .product-img {
        height: 150px;
    }
    .card-section .details .color1{
        width: 12px;
        height: 12px;
        margin-left:3px;
    }
    .card-section .details .color2{
        width: 12px;
        height: 12px;
        margin-left:3px;
    }
    .card-section .details .color3{
        width: 12px;
        height: 12px;
        margin-left:3px;
    }
    .card-section .details .color4{
        width: 12px;
        height: 12px;
        margin-left:3px;
    }
    .card-section .details .color5{
        width: 12px;
        height: 12px;
        margin-left:3px;
    }
}
@media (min-width:575px) and (max-width:767px){
    .card-section .card-body {
        height: 220px;
    }
    .card-set .product-img {
        height: 150px;
    }
}
@media (min-width:768px) and (max-width:991px){
    .card-set .product-img {
        height: 150px;
    }
}
@media (min-width:992px) and (max-width:1023px){
    .card-set .product-img {
        height: 150px;
    }
}
@media (min-width:1024px) and (max-width:1199px){
    .card-set .product-img {
        height: 170px;
    }
}
@media (min-width:1200px) and (max-width:1399px){
    .card-set .product-img {
        height: 170px;
    }
}


/* end Common card style  */








/* start modal-section style  */

.modal-section .inquiry-modal .modal-main-body .modal-head-set {
    border-bottom: 0px;
    text-align: center;
}
.modal-section .inquiry-modal .modal-main-body {
    width: 70%;
    margin: auto;
    border-radius: 20px;
}
.modal-section .inquiry-modal .modal-main-body .animation-div .inquiry-animation {
    width: 30%;
    margin: auto;
    position: relative;
    bottom: 40px;
}
.modal-section .inquiry-modal .modal-main-body .other-div .text {
    font-size: 18px;
    font-weight: 700;
}
.modal-section .inquiry-modal .modal-main-body .other-div .inquiry {
    font-size: 14px;
    background-color: black;
    color: white;
    border-radius: 25px;
    padding: 10px 20px;
    margin: 15px 0px;
}
.modal-section .cart-modal .modal-main-body .modal-head-set {
    border-bottom: 0px;
    text-align: center;
}
.modal-section .cart-modal .modal-main-body {
    width: 70%;
    margin: auto;
    border-radius: 20px;
}
.modal-section .cart-modal .modal-main-body .animation-div .inquiry-animation {
    width: 50%;
    margin: auto;
    position: relative;
    bottom: 40px;
}
.modal-section .cart-modal .modal-main-body .other-div .text {
    font-size: 18px;
    color: #000;
}
.modal-section .cart-modal .modal-main-body .other-div .inquiry {
    font-size: 14px;
    font-weight: 600;
    color: #F05340;
    border-bottom: 2px solid #F05340;
    margin: 15px 0px;
    border-radius: 0px;
    width: fit-content;
    padding: 0px;
}
.modal-section .onload-modal .modal-main-body2 {
    width: 100%;
    margin: auto;
    border-radius: 20px;
}
.modal-section .onload-modal .modal-main-body2 .animation-div .inquiry-animation {
    width: 15%;
    margin: auto;
    position: relative;
    bottom: 40px;
}
.modal-section .onload-modal .modal-head-bd {
    border-bottom: 0px solid #dee2e6;
}
.modal-section .onload-modal .animation-div h5 {
    font-size: 20px;
    font-weight: 600;
    position: relative;
    bottom: 30px;
}
.modal-section .onload-modal .other-div .info p {
    font-size: 16px;
}
.modal-section .onload-modal .badges-main {
    background-color: white;
    border-radius: 50px;
    width: 60px;
    height: 60px;
    /* border: 1px solid black; */
    outline: 1px solid black;
    outline-offset: -4px;
}
.modal-section .onload-modal .badges-main .badges-img {
    /* background-image: url("../../assets/icon/inquiry.png"); */
    background-size: cover;
    background-repeat: no-repeat;
}

.modal-section .onload-modal .badges-main .bg-danger1 {
    background-color: #ffd500;
    font-size: 10px;
    padding: 0px 4px;
}
.modal-section .onload-modal .badges-main .start {
    left: 65%;
}
.modal-section .onload-modal .badges-main .top {
    top: 35%;
}
.modal-section .onload-modal .badges-main .icon-space {
    margin-left: 20px;    
}
.modal-section .onload-modal .badges-main .icon-img {
    width: 60px;
    height: 60px;
    padding: 20px;    
}
.modal-section .onload-modal .onload-modal-width {
    max-width: 700px;
}
.successful-login-modal .modal-main-body .modal-head-set{
    border-bottom: 0px;
    text-align: center;
 } 
 .successful-login-modal  .modal-main-body  {
     width: 70%;
     margin: auto;
     border-radius: 20px;
 }
 .successful-login-modal  .modal-main-body .animation-div .inquiry-animation{
     width: 30%;
     margin: auto;
     position: relative;
     bottom: 40px;
 }
 .successful-login-modal  .modal-main-body .other-div .text{
     font-size: 18px;
     margin-top: 20px;
 }

 .successful-login-modal .special-text{
 font-size: 18px;
 font-weight: 600;
 color: #F05340;
 }
 
 .successful-login-modal .modal-main-body .other-div .inquiry {
     font-size: 14px;
     background-color: black;
     color: white;
     border-radius: 25px;
     padding: 10px 20px;
     margin: 15px 0px;
 }
 .successful-login-modal .animation-div{
    width: 80px;
    height: 80px;
    margin: auto;
 }

 .cart-modal .animation-div{
    width: 150px;
    height: 150px;
    margin: auto;
 }

 @media (max-width:992px) {
    .successful-login-modal .animation-div{
        width: 50px;
        height: 50px;
     }
 }

@media (max-width:320px) {
    .modal-section .inquiry-modal .modal-main-body .other-div .text {
        font-size: 14px;
        font-weight: 700;
    }
    .modal-section .inquiry-modal .modal-main-body .other-div .inquiry {
        font-size: 12px;
        padding: 8px 10px;
        margin: 0px 0px;
    }
    .modal-section .cart-modal .modal-main-body .other-div .text {
        font-size: 14px;
        font-weight: 700;
    }
    .modal-section .cart-modal .modal-main-body .other-div .inquiry {
        font-size: 12px;
        padding: 8px 10px;
        margin: 0px 0px;
    }
    .modal-section .onload-modal .other-div .info p {
        font-size: 14px;
    }
    .modal-section .cart-modal .modal-main-body {
        width: 100%;
    }
    .successful-login-modal .special-text {
        font-size: 12px;
    }
}
@media (min-width:320px) and (max-width:480px) {
    .modal-section .inquiry-modal .modal-main-body .other-div .text {
        font-size: 16px;
        font-weight: 700;
    }
    .modal-section .inquiry-modal .modal-main-body .other-div .inquiry {
        font-size: 14px;
        padding: 8px 10px;
        margin: 0px 0px;
    }
    .modal-section .cart-modal .modal-main-body .other-div .text {
        font-size: 16px;
        font-weight: 700;
    }
    .modal-section .cart-modal .modal-main-body .other-div .inquiry {
        font-size: 14px;
        padding: 8px 10px;
        margin: 0px 0px;
    }
    .modal-section .onload-modal .other-div .info p {
        font-size: 14px;
    }
    .successful-login-modal .modal-main-body .other-div .text {
        font-size: 13px;
        font-weight: 700;
    }
    .modal-section .cart-modal .modal-main-body {
        width: 100%;
    }
    .successful-login-modal .special-text {
        font-size: 12px;
    }
}
@media (min-width:480px) and (max-width:600px) {
    .modal-section .onload-modal .other-div .info p {
        font-size: 14px;
    }
    .successful-login-modal .modal-main-body .other-div .text {
        font-size: 13px;
        font-weight: 700;
    }
    .successful-login-modal .special-text {
        font-size: 12px;
    }
}
@media (min-width:600px) and (max-width:768px) {}

@media (min-width:768px) and (max-width:992px) {}

@media (min-width:992px) and (max-width:1024px) {}

@media (min-width:1024px) and (max-width:1200px) {}

@media (min-width:1200px) and (max-width:1368px) {}

/* end modal-section style  */




/* start form style   */

.form-div{
    padding: 40px;
    border-radius: 5px;
    width: 65%;
    margin: auto;
    text-align: center;
}

.form-div .title{
    text-align: center;
    font-size: 30px;
    font-weight: 600;
}
.form-div .form-control{
    background-color: #F6F6F6;
    color: #A2A2A2;
    font-size: 14px;
    border: 0px;
    padding: 8px 20px;
    margin-bottom: 5px;
}
.form-div .form-control:focus{
    box-shadow: none;
    background-color: #F6F6F6;
}
.form-div .send-btn ,.form-div .send-btn:hover{
background-color: #000;
color: #fff;
font-size: 14px;
padding: 8px 40px;
margin-top: 10px;
}
.form-div .send-btn-align{
    text-align: right;
}

.login-sec2-bg{
    background-color: #F05340;
    padding: 50px;
}
.login-bg-img{
    width: 100%;
    height: 825px;
    background-size: cover;
    max-height: 1000px;
    object-fit: cover;
}
.forgot-p ,.forgot-p:hover{
    font-size: 16px;
    color: #323232;
    text-decoration: none;
}
.forgot-align{
text-align: right;
}
.create-p , .create-p:hover{
    font-size: 16px;
    color: #323232;
    text-decoration: none;
}
.backtohome ,.backtohome:hover{
    font-size: 16px;
    color: #F05340;
    text-decoration: none;
}

.social-acc-p-border {
    border-top: 1px solid #000;
    position: relative;
    bottom: 21px;
    z-index: -99;
}

.social-acc-p {
    color: #979797;
    background-color: #fff;
    padding: 10px;
    font-size: 16px;
    margin-top: 5%;
    width: fit-content;
    margin: auto;
}
.google-img{
    border-radius: 50px;
    width: 40px;
    background-color: #cccccc8f;
    padding: 10px;
}
.reset-pass-sub{
    font-size: 15px;
    color: #949494;
}
.login-top{
    margin-top: 45%;
}
.register-top{
    margin-top: 10%;
}
.reset-top{
    margin-top: 45%;
}
.eye-fafa-position{
    position: relative;
}
.login-eye-fafa {
    color: #505050;
    font-size: 13px;
    position: absolute;
    top: 13px;
    right: 20px;
}

@media (max-width:991px){
    .login-sec2-bg {
        display: none;
    }
    .backtohome, .backtohome:hover {
        font-size: 12px;
    }
}

@media (max-width:319px){
    .form-div {
        padding: 20px;
        width: 100%;
    }
    .forgot-p, .forgot-p:hover {
        font-size: 12px;
    }
    .form-div .send-btn, .form-div .send-btn:hover {
        font-size: 12px;
        padding: 8px 30px;
    }
    .create-p, .create-p:hover {
        font-size: 12px;
    }
    .social-acc-p {
        font-size: 12px;
    }
    .form-div .title {
        font-size: 25px;
    }
    .form-div .form-control {
        font-size: 12px;
    }
    .reset-pass-sub {
        font-size: 12px;
    }
    .form-div .title {
        font-size: 20px;
        margin-bottom: 20px;
    }

}

@media (min-width:320px) and (max-width:484px){
    .form-div {
        padding: 20px;
        width: 100%;
    }
    .forgot-p, .forgot-p:hover {
        font-size: 12px;
    }
    .form-div .send-btn, .form-div .send-btn:hover {
        font-size: 12px;
        padding: 8px 30px;
    }
    .create-p, .create-p:hover {
        font-size: 12px;
    }
    .social-acc-p {
        font-size: 12px;
    }
    .form-div .title {
        font-size: 25px;
    }
    .form-div .form-control {
        font-size: 12px;
    }
    .reset-pass-sub {
        font-size: 12px;
    }
    .form-div .title {
        font-size: 20px;
        margin-bottom: 20px;
    }
}
@media (min-width:485px) and (max-width:574px){
    .form-div {
        padding: 20px;
        width: 80%;
    }
    .forgot-p, .forgot-p:hover {
        font-size: 12px;
    }
    .form-div .send-btn, .form-div .send-btn:hover {
        font-size: 12px;
        padding: 8px 30px;
    }
    .create-p, .create-p:hover {
        font-size: 12px;
    }
    .social-acc-p {
        font-size: 12px;
    }
    .form-div .title {
        font-size: 25px;
    }
    .form-div .form-control {
        font-size: 12px;
    }
    .reset-pass-sub {
        font-size: 12px;
    }
    .form-div .title {
        font-size: 20px;
        margin-bottom: 20px;
    }
}
@media (min-width:575px) and (max-width:767px){
    .form-div {
        padding: 20px;
        width: 80%;
    }
}
@media (min-width:768px) and (max-width:991px){

}
@media (min-width:992px) and (max-width:1023px){
    .form-div {
        padding: 30px;
        width: 90%;
    }
    .forgot-p, .forgot-p:hover {
        font-size: 12px;
    }
    .create-p, .create-p:hover {
        font-size: 12px;
    }
    .social-acc-p {
        font-size: 13px;
    }
}
@media (min-width:1024px) and (max-width:1199px){
    .form-div {
        padding: 30px;
        width: 90%;
    }
    .forgot-p, .forgot-p:hover {
        font-size: 12px;
    }
    .create-p, .create-p:hover {
        font-size: 12px;
    }
    .social-acc-p {
        font-size: 13px;
    }
}
@media (min-width:1200px) and (max-width:1399px){
    .form-div {
        padding: 30px;
        width: 90%;
    }
    .forgot-p, .forgot-p:hover {
        font-size: 12px;
    }
    .create-p, .create-p:hover {
        font-size: 12px;
    }
    .social-acc-p {
        font-size: 13px;
    }
}
@media (min-width:1400px) and (max-width:1599px){
    .form-div {
        padding: 30px;
        width: 90%;
    }
    .forgot-p, .forgot-p:hover {
        font-size: 12px;
    }
    .create-p, .create-p:hover {
        font-size: 12px;
    }
    .social-acc-p {
        font-size: 13px;
    }
}
@media (min-width:2000px) and (max-width:2700px){
    .login-bg-img {
        height: 1100px;
        max-height: 1100px;
    }
}
/* end form style   */






/*start cart page style  */
.cart-main .table .table-title{
    font-size: 16px;
    font-weight: 600;
 }
 .cart-main .table-img-div{
     height: 52px;
     width: 52px;
     border: 1px solid #B7B7B7;
     border-radius: 5px;
     display: flex;
     justify-content: center;
     margin: auto;
     align-items: center;
 }
 .cart-main .table-img{
     width: 60%;
 }
 .cart-main .table-data{
     font-size: 14px;
 }
 .cart-main .table-bordered{
     border: #bdbdbd;
 }
 .cart-second-sec .total-p{
 font-size: 15px;
 margin-top:10px;
 color: #000;
 }
 .cart-second-sec .border-bd{
     border-bottom: 1px solid #bdbdbd;
 }
 .cart-second-sec .coupon-p{
   background-color: #F6F6F6;
   color: #A2A2A2;
   font-size: 14px;
   margin-top: 6px;
   padding: 8px 15px;
 }
 .cart-second-sec .apply-coupon-btn ,.cart-second-sec .apply-coupon-btn:hover{
     font-size: 14px;
     background-color: #000;
     margin-top: 10px;
     color: #fff;
     padding: 8px 10px;   
 }
 .cart-second-sec .grand-total-p{
     font-size: 18px;
     font-weight: 600;
     margin-top:10px;
     color: #000;
 }
 .cart-second-sec .checkout-btn , .cart-second-sec .checkout-btn:hover{
     background-color: #000;
     color: #fff;
     font-size: 14px;
     width: 100%;
     margin-top: 20px;
     margin-bottom: 20px;
 }
 .total-p-bold{
    font-size: 16px;
    color: #000;
    font-weight: 600;
    margin-top:10px;
 }
 /* end cart page style */

 /* start product page style  */
 .main .product-section .product-tab-section .tabsec{
    min-width: 200px;
    border: 1px solid #ccc;
    border-radius: 5px;
}
.main .product-section .product-tab-section .tabsec .title{
    font-size: 18px;
    font-weight: 500;
    color: #000;
    padding: 10px;
    margin-bottom: 0px;
    border-bottom: 1px solid #ccc;
}
.main .product-section .product-tab-section .tabsec .nav-link{
    color: #000;
    background-color: #fff;
    padding: 10px;
    text-align: left;
    border-radius: 0px;
    font-size: 16px;
}
.main .product-section .product-tab-section .tabsec .nav-link.active{
    color: #fff;
    background-color: #F05340;
}

.main .product-section  .product-tab-section .tab-content{
    width: 100%;
}
.main .product-section  .product-tab-section .tab-set{
    display: flex;
}

@media (max-width:992px){
    .main .product-section  .product-tab-section .tab-set{
        display: block;            
    }
    .main .product-section  .product-tab-section .tab-set .tabsec{
        margin-bottom: 20px;
    }
    .main .product-section .product-tab-section .tabsec .title {
        font-size: 15px;
    }
    .main .product-section .product-tab-section .tabsec .nav-link {
        font-size: 14px;
    }
}


/* end product page style  */













    




   
